home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
THEXREPORTDIALOG
/
THEXREPORTDIALOG.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
57 lines
inherited HexReportDialog: THexReportDialog
Caption = 'Hex Compare Report'
PixelsPerInch = 96
TextHeight = 13
inherited LayoutLB: TUiListBox
Items.WideStrings = (
'Side-by-side'
'Summary')
end
inherited ReportGroupBox: TUiGroupBox
object DisplayFilterPanel: TUiPanel
Left = 2
Top = 15
Width = 381
Height = 58
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object DisplayFilterEdit: TUiComboBox
Left = 6
Top = 8
Width = 209
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = SomethingChangedClick
end
end
object LayoutPageControl: TUiPageControl
Left = 2
Top = 73
Width = 381
Height = 54
ActivePage = tsSideBySide
Align = alClient
Style = tsFlatButtons
TabOrder = 1
TabStop = False
object tsSideBySide: TUiTabSheet
TabVisible = False
object IncludeNumsEdit: TUiCheckBox
Left = 2
Top = 0
Height = 17
Caption = 'Include byte addresses'
TabOrder = 0
OnClick = SomethingChangedClick
end
end
object tsNone: TUiTabSheet
TabVisible = False
end
end
end
end